home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Interactive Media Design Review 1999
/
Interactive Media Design Review 1999.iso
/
pc
/
Demos
/
Bombardier_PC
/
BSCRIPTS.CST
/
00017_Script_17
< prev
next >
Wrap
Text File
|
1999-04-25
|
1KB
|
37 lines
-- ⌐ 1998 @radical.media, inc. & Concurrent New Media Group, L.L.C.
-- Developed for Bombardier, Inc.
--
-- All programming developed by:
-- Robert Fabricant, Valerie Valoueva, Ossi Shaked,
-- Henry Sauvageot, Chris Howell & Chris Girand
--
-- Use of this code by parties other than @radical.media, inc. or their
--agents
-- without the express written consent of @radical.media, inc. AND Concurrent
-- New Media Group, L.L.C. is strictly prohibited.
------------------------------------------------------
on prepareFrame
global gSelct,gImage, gRtrnPln,gTourCast,NumOfQTVRMenuItems
set qtvrPlaneSprNum = getSpriteNumFromMemberName("qtvranchor")+1
set range = NumOfQTVRMenuItems - 1
set spriteCastNum = the castnum of sprite qtvrPlaneSprNum
set gRtrnPln="EXT"
--tour the plane menu sprites
repeat with i=qtvrPlaneSprNum to qtvrPlaneSprNum+range
puppetSprite i, true
set the visible of sprite i to true
end repeat
--select the exterior button
if gSelct<> qtvrPlaneSprNum+range then
set gSelct = qtvrPlaneSprNum+range
set gImage = the castnum of sprite gSelct
set the castnum of sprite gSelct to gImage+2*range
end if
end